|
The multi-commodity flow problem is a network flow problem with multiple commodities (flow demands) between different source and sink nodes. ==Definition== Given a flow network , where edge has capacity . There are commodities , defined by , where and is the source and sink of commodity , and is the demand. The flow of commodity along edge is . Find an assignment of flow which satisfies the constraints: : f_i(u,v) \leq c(u,v) |- | Flow conservation: || |- ||| |- | Demand satisfaction: || |} In the minimum cost multi-commodity flow problem, there is a cost for sending flow on . You then need to minimize : In the maximum multi-commodity flow problem, there are no hard demands on each commodity, but the total throughput is maximised: : In the maximum concurrent flow problem, the task is to maximise the minimal fraction of the flow of each commodity to its demand: : 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Multi-commodity flow problem」の詳細全文を読む スポンサード リンク
|